202507091139 karabiner left_control to caps_lock

202507091139 karabiner left_control to caps_lock

{
    "description": "Left Control → tap for CapsLock, hold or with other keys = Control (no delay)",
    "manipulators": [
        {
            "from": {
                "key_code": "left_control",
                "modifiers": { "optional": ["any"] }
            },
            "to": [{ "key_code": "left_control" }],
            "to_if_alone": [{ "key_code": "caps_lock" }],
            "type": "basic"
        }
    ]
}